projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e51ba3
)
[IA64] fix debug=y build: remove ASSERT(THASH_TLB)
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Sat, 3 Jun 2006 20:41:24 +0000
(14:41 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Sat, 3 Jun 2006 20:41:24 +0000
(14:41 -0600)
ht is no longer a member of thash_cb_t, and THASH_TYPE is no longer
tracked. Remove this bogus ASSERT.
Signed-off-by: Aron Griffis <aron@hp.com>
xen/arch/ia64/vmx/vtlb.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/vmx/vtlb.c
b/xen/arch/ia64/vmx/vtlb.c
index bf62e4486b27e5d7585780a78781290d02bdc595..21cce702b744f8352ab59a2a3be7f4f97765fc2c 100644
(file)
--- a/
xen/arch/ia64/vmx/vtlb.c
+++ b/
xen/arch/ia64/vmx/vtlb.c
@@
-558,7
+558,6
@@
thash_data_t *vtlb_lookup(VCPU *v, u64 va,int is_data)
u64 tag;
ia64_rr vrr;
thash_cb_t * hcb= &v->arch.vtlb;
- ASSERT ( hcb->ht == THASH_TLB );
cch = __vtr_lookup(v, va, is_data);;
if ( cch ) return cch;